Updates for 7.1.2 preview release#864
Conversation
CHANGELOG.md
Outdated
|
|
||
| ### Fixed Issues | ||
| - Fixed slf4j warning message in tests | ||
| - Fixed NullPointerException in logException |
There was a problem hiding this comment.
Fixed potential NullPointerException in logException()
Codecov Report
@@ Coverage Diff @@
## dev #864 +/- ##
============================================
+ Coverage 48.67% 48.96% +0.28%
- Complexity 2793 2821 +28
============================================
Files 116 116
Lines 27875 27875
Branches 4650 4650
============================================
+ Hits 13569 13648 +79
- Misses 12099 12102 +3
+ Partials 2207 2125 -82
Continue to review full report at Codecov.
|
CHANGELOG.md
Outdated
| - Added support for Jacoco in VSTS | ||
| - Updated SQL keywrods in DatabaseMetaData | ||
| - Enabled non-running junit tests | ||
| - Improvements in Database metadata to prevent Statement leaks and enhance Statement caching |
There was a problem hiding this comment.
Please either use Database Metadata or database metadata
CHANGELOG.md
Outdated
| - Fixed slf4j warning message in tests | ||
| - Fixed NullPointerException in logException | ||
| - Fixed intermittent junit lobTest failures | ||
| - Fixed batch insert in Bulk Copy API to respect timeout value |
There was a problem hiding this comment.
Sounds a bit wrong. I always make my PR title representative of the change (you can mostly copy-paste the PR title to the changelog, and it'll make sense: #817)
I would change this to "Fixed Bulk Copy API for batch insert to respect the timeout value".
No description provided.